tools/configure: Drop -lcrypto search
authorIan Jackson <ian.jackson@citrix.com>
Tue, 15 Nov 2016 15:09:50 +0000 (15:09 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 15 Nov 2016 16:01:28 +0000 (16:01 +0000)
commit632ff7847a398a9d0de988633cfe180e5116ec32
treeca14e4b761448b68d62cdaef7580715e68d91ea9
parent60409f690482eaa34d285aa9c070afa0e5bc7f61
tools/configure: Drop -lcrypto search

This seems to be looking for a function MD5.  But nothing uses it.
The build works fine if this is disabled and libcrypto is not
installed.

This check was first introduced in 68a3e1e87325 "[TOOLS] Add more
checks for devel packages." in 2006.  At that time -lcrypto was used
by tools/blktap/ and tools/vtpm_manager/, which are both gone now.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/config.h.in
tools/configure
tools/configure.ac